home *** CD-ROM | disk | FTP | other *** search
- #ifndef SOLIDBSP_H
- #define SOLIDBSP_H
-
- // solidbsp.c
-
- //=============================================================================
-
- //=============================================================================
-
- void CalcSurfaceInfo(register struct surface * surf);
- struct node * SolidBSP(__memBase, struct surface * surfhead, bool midsplit);
-
- #endif
-